home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / dw0386.zip / DW0386.TXT next >
Text File  |  1991-01-15  |  11KB  |  354 lines

  1. ======================================================================
  2.                        WORD 5.50 PAUSING PATCH
  3. ======================================================================
  4.  
  5.  --------------------------------------------------------------------
  6. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  7. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  8. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  9. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  10. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  11. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  12. | accuracy and the use of this Application Note. This Application    |
  13. | Note may be copied and distributed subject to the following        |
  14. | conditions: 1) All text must be copied without modification and    |
  15. | all pages must be included; 2) If software is included, all files  |
  16. | on the disk(s) must be copied without modification (the DOS        |
  17. | utility DISKCOPY is appropriate for this purpose); 3) All          |
  18. | components of this Application Note must be distributed together;  |
  19. | and 4) This Application Note may not be distributed for profit.    |
  20. |                                                                    |
  21. | Copyright 1991 Microsoft Corporation. All Rights Reserved.         |
  22. | Microsoft and the Microsoft logo are registered trademarks of      |
  23. | Microsoft Corporation.                                             |
  24.  --------------------------------------------------------------------
  25.  
  26. Enclosed with this application note is a disk that contains a new
  27. keyboard driver (PAUSE.KBD) and corrected video drivers for common
  28. displays that should solve the temporary pause problem encountered
  29. when using Microsoft Word version 5.50.
  30.  
  31. The video drivers on the enclosed disk contain the corrected keyboard
  32. driver component for commonly used displays (listed below). You can
  33. copy the video driver files directly to your Word 5.50 directory using
  34. the instructions in Procedure 1 below. In addition to using the video
  35. files included with this application note, you can incorporate the
  36. PAUSE.KBD keyboard driver into any Word 5.50 video driver (the file
  37. that Word uses to display the program on your screen) by using the
  38. MAKEVID.EXE utility provided with Word 5.50. This modification is
  39. explained in Procedure 2 below. Also, instructions for using
  40. MAKEVID.EXE are provided on pages 62-63 of the "Getting Started"
  41. manual for Word 5.50.
  42.  
  43. Corrected video drivers included with this application note are:
  44.  
  45.    For This Display                     Use This File
  46.    ----------------                     -------------
  47.  
  48.    IBM VGA                              PFVGA.VID
  49.    IBM EGA                              PFEGA.VID
  50.    IBM CGA                              PFCGA.VID
  51.    Monochrome Display Adapter           PFMDA.VID
  52.    Hercules                             PFHRC102.VID
  53.    Hercules Plus or Hercules InColor    PFHRC112.VID
  54.    Toshiba T3100                        PFT3100.VID
  55.  
  56.  
  57. PROCEDURE 1: INSTALLING A PRE-BUILT SCREEN DRIVER
  58. =================================================
  59.  
  60. Using a Hard Disk System
  61. ------------------------
  62.  
  63. 1. Delete the existing SCREEN.VID file that resides in the Word 5.50
  64.    directory by typing the following at the DOS prompt and pressing
  65.    ENTER
  66.  
  67.       del <pathname>\screen.vid
  68.  
  69.    where <pathname> is the drive and directory where you have
  70.    installed Word 5.50. For example, if you have installed Word 5.50
  71.    on drive C in the WORD55 directory, type the following and press
  72.    ENTER:
  73.  
  74.       del c:\word55\screen.vid
  75.  
  76. 2. Delete the MW.INI file that resides in the Word 5.50 directory
  77.    using the instructions in step 1 (typing "mw.ini" -- without the
  78.    quotation marks -- in place of "screen.vid").
  79.  
  80. 3. Copy the appropriate video driver file from the enclosed disk to
  81.    the Word 5.50 directory, renaming the file SCREEN.VID. To do this,
  82.    place the enclosed Word 5.50 Pausing Patch disk in drive A, type
  83.    the following at the DOS prompt, and press ENTER
  84.  
  85.       copy a:<filename.vid> <pathname>\screen.vid
  86.  
  87.    where <filename.vid> is the appropriate video driver from the list
  88.    above and <pathname> is the drive and directory where you have
  89.    installed Word 5.50. For example, if you have an IBM VGA monitor
  90.    and have installed Word 5.50 on drive C in the WORD55 directory,
  91.    type the following at the DOS prompt and press ENTER:
  92.  
  93.       copy a:pfvga.vid c:\word55\screen.vid
  94.  
  95. Using a Dual Floppy Disk System
  96. -------------------------------
  97.  
  98. 1. Delete the existing SCREEN.VID file that resides on the Word 5.50
  99.    working copy program disk (usually labeled "Program") by placing
  100.    that disk in drive A and typing the following at the DOS prompt and
  101.    pressing ENTER:
  102.  
  103.       del a:\screen.vid
  104.  
  105. 2. Delete the MW.INI file that resides in the Word 5.50 directory
  106.    using the instructions in step 1 (typing "mw.ini" -- without the
  107.    quotation marks -- in place of "screen.vid").
  108.  
  109.  
  110. 3. Copy the appropriate video driver file from the enclosed disk to
  111.    your Word 5.50 working copy program disk (usually labeled
  112.    "Program"), renaming it SCREEN.VID. To do this, place the enclosed
  113.    Word 5.50 Pausing Patch disk in drive B, place your working copy
  114.    program disk in drive A, type the following at the DOS prompt, and
  115.    press ENTER
  116.  
  117.       copy b:<filename.vid> a:screen.vid
  118.  
  119.    where <filename.vid> is the appropriate video driver from the list
  120.    above. For example, if you have an IBM VGA monitor, type the
  121.    following at the DOS prompt and press ENTER:
  122.  
  123.       copy b:pfvga.vid a:screen.vid
  124.  
  125. You should now be able to run Word 5.50 without encountering the
  126. temporary pause problem.
  127.  
  128.  
  129. PROCEDURE 2: USING PAUSE.KBD TO CREATE A NEW VIDEO DRIVER
  130. =========================================================
  131.  
  132. If you need a video driver that is not provided on the enclosed disk,
  133. you can use the MAKEVID.EXE utility to build a video driver that
  134. includes the new keyboard driver (PAUSE.KBD) on the enclosed disk.
  135. Listed below are the types of video display choices that are available
  136. in the Word Setup program. Under each name is a list of the components
  137. (files) needed to build a driver and the MAKEvid command that creates
  138. the SCREEN.VID file.
  139.  
  140.    Note: For more information on creating screen (video) drivers
  141.    with the MAKEvid utility, see page 62 of the Microsoft Word
  142.    "Getting Started" manual.
  143.  
  144. The necessary files shown below are located on the Setup disk (3.5
  145. inch) or on the Program 3 disk (5.25 inch). Because these files are
  146. compressed, you must decompress them after copying them to your Word
  147. directory. For instructions on manually decompressing a file, please
  148. refer to page 67 in the "Getting Started" manual.
  149.  
  150. After building your custom video driver, you will need to install it
  151. by copying it to your Word 5.50 directory. The instructions to do this
  152. are outlined in steps 1-3 of Procedure 1 above. Before completing the
  153. installation, you should combine the appropriate components and create
  154. a video driver using the command for your display as shown below. To
  155. do this, enter the appropriate command syntax given below at the DOS
  156. prompt and press ENTER.
  157.  
  158.  
  159. IBM CGA
  160. -------
  161. Components:  CGASNOW.CSD
  162.              VIOEGA.CSD
  163.              CGA.GSD
  164.              PAUSE.KBD
  165.  
  166. Command Syntax:
  167. MAKEVID IBMCGA.VID -Lfr CGASNOW.CSD -Lfp VIOEGA.CSD -Lfs CGA.GSD -Lfr
  168. PAUSE.KBD
  169.  
  170.  
  171. CGA or Compatible (Non-IBM)
  172. ---------------------------
  173.  
  174. Components:  CGA.CSD
  175.              VIOEGA.CSD
  176.              CGA.GSD
  177.              PAUSE.KBD
  178.  
  179. Command Syntax:
  180. MAKEVID CGA.VID -Lfr CGA.CSD -Lfp VIOEGA.CSD -Lfs CGA.GSD -Lfr
  181. PAUSE.KBD
  182.  
  183.  
  184. IBM EGA or Compatible
  185. ---------------------
  186.  
  187. Components:  EGA.CSD
  188.              VIOEGA.CSD
  189.              EGA.GSD
  190.              PAUSE.KBD
  191.  
  192. Command Syntax:
  193. MAKEVID EGA.VID -Lfr EGA.CSD -Lfp VIOEGA.CSD -Lfs EGA.GSD -Lfr
  194. PAUSE.KBD
  195.  
  196.  
  197. Zenith Tecmar EGA
  198. -----------------
  199.  
  200. Components:  ZEN-TECM.CSD
  201.              VIOEGA.CSD
  202.              EGA.GSD
  203.              PAUSE.KBD
  204.  
  205. Command Syntax:
  206. MAKEVID ZEN-TECM.VID -Lfr ZEN-TECM.CSD -Lfp VIOEGA.CSD -Lfs EGA.GSD
  207. -Lfr PAUSE.KBD
  208.  
  209.  
  210. Zenith VGA Z549
  211. ---------------
  212.  
  213. Components:  ZEN549.CSD
  214.              VIOVGA.CSD
  215.              VGA.GSD
  216.              PAUSE.KBD
  217.  
  218. Command Syntax:
  219. MAKEVID Z549VGA.VID -Lfr ZEN549.CSD -Lfp VIOVGA.CSD -Lfs VGA.GSD -Lfr
  220. PAUSE.KBD
  221.  
  222.  
  223. IBM PS/2 Model 50/60/70/80 VGA or Compatible
  224. --------------------------------------------
  225.  
  226. Components:  VGA.CSD
  227.              VIOVGA.CSD
  228.              VGA.GSD
  229.              PAUSE.KBD
  230.  
  231. Command Syntax:
  232. MAKEVID IBMVGA.VID -Lfr VGA.CSD -Lfp VIOVGA.CSD -Lfs VGA.GSD -Lfr
  233. PAUSE.KBD
  234.  
  235.  
  236. IBM 8514/A or Compatible
  237. ------------------------
  238.  
  239.   - Available under DOS only.
  240.   - Requires installation of EGA.SYS and MOUS8514.SYS in CONFIG.SYS.
  241.   - IBM8514.CSD is located on the Program 1 disk.
  242.  
  243. Components:  IBM8514.CSD
  244.              IBM8514.GSD
  245.              PAUSE.KBD
  246.  
  247. Command Syntax:
  248. MAKEVID IBM8514.VID -Lfr IBM8514.CSD -Lfr IBM8514.GSD -Lfr PAUSE.KBD
  249.  
  250.  
  251. IBM PS/2 Model 25/30 MCGA
  252. -------------------------
  253.  
  254. Components:  MCGA.CSD
  255.              MCGA.GSD
  256.              PAUSE.KBD
  257.  
  258. Command Syntax:
  259. MAKEVID IBMMCGA.VID -Lfr MCGA.CSD -Lfr MCGA.GSD -Lfr PAUSE.KBD
  260.  
  261.  
  262. Hercules Graphics Card
  263. ----------------------
  264.  
  265. Components:  HERC102.CSD
  266.              HERCULES.GSD
  267.              PAUSE.KBD
  268.  
  269. Command Syntax:
  270. MAKEVID HERC102.VID -Lfr HERC102.CSD -Lfr HERCULES.GSD -Lfr PAUSE.KBD
  271.  
  272.  
  273. Hercules Graphics Card Plus or InColor Card
  274. -------------------------------------------
  275.  
  276. Components:  HERC112.CSD
  277.              HERCULES.GSD
  278.              PAUSE.KBD
  279.  
  280. Command Syntax:
  281. MAKEVID HERCULES.VID -Lfr HERC112.CSD -Lfr HERCULES.GSD -Lfr PAUSE.KBD
  282.  
  283.  
  284. AT&T 6300/Olivetti High-Resolution Adapter or DEB
  285. -------------------------------------------------
  286.  
  287.   - ATT6300.CSD is located on the Program 1 disk.
  288.  
  289. Components:  ATT6300.CSD
  290.              MONO.GSD
  291.              PAUSE.KBD
  292.  
  293. Command Syntax:
  294. MAKEVID ATT6300.VID -Lfr ATT6300.CSD -Lfr MONO.GSD -Lfr PAUSE.KBD
  295.  
  296.  
  297. HP Vectra High-Resolution Adapter
  298. ---------------------------------
  299.  
  300. Components:  VECTRA.CSD
  301.              MONO.GSD
  302.              PAUSE.KBD
  303.  
  304. Command Syntax:
  305. MAKEVID HPVECTRA.VID -Lfr VECTRA.CSD -Lfr MONO.GSD -Lfr PAUSE.KBD
  306.  
  307.  
  308. COMPAQ PORTABLE III or PORTABLE 386
  309. -----------------------------------
  310.  
  311. Components:  COMPAQ3.CSD
  312.              MONO.GSD
  313.              PAUSE.KBD
  314.  
  315. Command Syntax:
  316. MAKEVID COMPAQ3.VID -Lfr COMPAQ3.CSD -Lfr MONO.GSD -Lfr PAUSE.KBD
  317.  
  318.  
  319. Toshiba T3100
  320. -------------
  321.  
  322. Components:  T3100.CSD
  323.              MONO.GSD
  324.              PAUSE.KBD
  325.  
  326. Command Syntax:
  327. MAKEVID T3100.VID -Lfr T3100.CSD -Lfr MONO.GSD -Lfr PAUSE.KBD
  328.  
  329.  
  330. Micro Display Systems Genius
  331. ----------------------------
  332.  
  333.   - GENIUS.CSD is located on the Program 1 disk.
  334.  
  335. Components:  GENIUS.CSD
  336.              GENIUS.GSD
  337.              PAUSE.KBD
  338.  
  339. Command Syntax:
  340. MAKEVID GENIUS.VID -Lfr GENIUS.CSD -Lfr GENIUS.GSD -Lfr PAUSE.KBD
  341.  
  342.  
  343. IBM PC Convertible
  344. ------------------
  345.  
  346.   - IBMCVT.CSD is located on the Program 1 disk.
  347.  
  348. Components:  IBMCVT.CSD
  349.              IBMCVT.GSD
  350.              PAUSE.KBD
  351.  
  352. Command Syntax:
  353. MAKEVID IBMCVT.VID -Lfr IBMCVT.CSD -Lfr IBMCVT.GSD -Lfr PAUSE.KBD
  354.